home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 2 of 3.iso / chapter5 / remove.h < prev    next >
Text File  |  1995-09-24  |  570b  |  23 lines

  1. #define IDM_EXIT           100
  2.  
  3. #define IDM_ARROW          200
  4. #define IDM_WAITING        201
  5. #define IDM_WORKING        202
  6. #define IDM_REMITEM        203
  7. #define IDM_REMALL         204
  8.  
  9. #define IDM_ENLARGE        205
  10. #define IDM_REDUCE         206
  11.  
  12. #define IDM_REPARROW       207
  13. #define IDM_REPWAITING     208
  14. #define IDM_REPWORKING     209
  15.  
  16. #define IDM_ABOUT          300
  17.  
  18. #define DLG_VERFIRST       400
  19. #define DLG_VERLAST        404
  20.  
  21. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  22. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  23.